host-interaction/accounts

add user account group

# generated using capa explorer for IDA Pro
rule:
  meta:
    name: add user account group
    namespace: host-interaction/accounts
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: basic block
      dynamic: call
    att&ck:
      - Persistence::Account Manipulation [T1098]
  features:
    - or:
      - api: netapi32.NetLocalGroupAdd
      - api: netapi32.NetGroupAdd

last edited: 2023-11-24 10:35:00